app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
vector_tile
/
[androidJvm]TileKt
/
LayerKt
/
Dsl
/
get
get
operator
fun
<
T
:
Any
>
get
(
extension
:
ExtensionLite
<
VectorTile.Tile.Layer
,
T
>
)
:
T
@
JvmName
(
name
=
"-getRepeatedExtension"
)
operator
fun
<
E
:
Any
>
get
(
extension
:
ExtensionLite
<
VectorTile.Tile.Layer
,
List
<
E
>
>
)
:
ExtensionList
<
E
,
VectorTile.Tile.Layer
>